Welcome![Sign In][Sign Up]
Location:
Search - TCP Server

Search list

[TCP/IP stackSockServer

Description: 使用TCP/IP协议的通信程序。本程序为服务器端。可以同时接受五个客户端的连接。-use TCP/IP protocol communications procedures. The procedures for the server. 5 can accept client connections.
Platform: | Size: 29696 | Author: | Hits:

[CommunicationgprsorCDMAserver

Description: 可以与来自GRPS或CDMA设备建立TCP/IP的连接,在建立连接之后可以互发数据,能够时时检测设备的在线情况,准确性和响应速度极好!-can from GRPS or CDMA equipment to establish TCP/IP connectivity, the establishment of inter-linking can be made after data can always testing equipment online, accuracy and response speed excellent!
Platform: | Size: 371712 | Author: doquick | Hits:

[Internet-Networktcpudpserver

Description: 首先Server程序创建两个socket,分别为 TCP socket(使用命令行参数指定的端口号)和UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。server端在这两个端口上侦听连接,接受来自客户端的服务请求。客户端根据提示进行操作。-procedures created two socket, for TCP socket (using the command line parameters designated ports), and UDP socket (UD P-defined port, the use of write-in process definition, must be greater than 1024). In this terminal server ports on the two monitors connected to accept from the client service requests. According to client instructions.
Platform: | Size: 155648 | Author: 李皓雯 | Hits:

[TCP/IP stackTCP_SERVER

Description: 该程序源代码实现TCP/IP聊天服务器端软件-the source code to achieve TCP/IP Chat server software
Platform: | Size: 1876992 | Author: xuyanfen | Hits:

[TCP/IP stackSOCKET-TCP

Description: SOCKET多线程,使用TCP连接,当有一个连接请求时候,建立一个线程。共有两个文件,一个Server,还有一个是Client-SOCKET multithreading, the use of TCP connections, when a link request, the establishment of a thread. A total of two documents, one Server, there is a Client
Platform: | Size: 1200128 | Author: 的三分 | Hits:

[Internet-NetworkServer_2004

Description: soucecode of TCP/IP server for data transmission-soucecode of TCP/IP server for data transm ission
Platform: | Size: 3584000 | Author: bill zhou | Hits:

[ICQ-IM-Chatsocket_tcpserver

Description: socket/windows平台下的网络服务器,用于监听客户端发送的信息-socket/windows platform for the network server, the client for monitoring the transmission of information
Platform: | Size: 1386496 | Author: 徐翠林 | Hits:

[Internet-Networkwin32tcpip

Description: win32 tcp通讯示例 一个server一个customer.-win32 tcp communications server an example of a customer.
Platform: | Size: 5477376 | Author: 刘蒙恩 | Hits:

[Internet-Network9592_103

Description: TCP服务器端,可以实现数据的接收和发送.-TCP server, the data can be received and sent.
Platform: | Size: 92160 | Author: huohuo | Hits:

[Communicationsocket_test

Description: 一个socket测试程序,支持tcp/ip和udp,既可用于server端,也可以用于client端-a socket test procedure, support tcp/ip and udp used for both server side, but also can be used for client-
Platform: | Size: 26624 | Author: wan | Hits:

[TCP/IP stackProactorServer

Description: 高性能网络服务器程序,支持上万并发TCP连接,资源占用少-high-performance network server, support for 10,000 concurrent TCP connections, less resource
Platform: | Size: 25600 | Author: tiger | Hits:

[TCP/IP stackTCPNetKitbox

Description: TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。 大家在使用中有什么好的意见或者建议,欢迎发送邮件到ghsnc@163.com。 马丹-TCP network debugging procedures of this procedure can be used for TCP communications debugging, includes the TCP server and client in two parts. TCP server can be the designated port eavesdropping, and at the same time deal with a maximum of 100 links. Real-time display over each link this data, as well as the need to manually choose which link to send data, or disconnect a link. TCP client can be on a certain IP (or domain name directly input) port for connection, real-time display is already connected to the server to send messages manually input can be sent to the server needs of the content. In the process of the preparation of some of their server or client procedure debugging time more useful. We use any good ideas or suggestions, please send an email to ghsnc@163.com. Martin
Platform: | Size: 55296 | Author: | Hits:

[Internet-Network20070426

Description: 基于完成端口的TCP网络通信框架实现 工程iocp中包含了框架实现的所有代码,工程server和client是对该框架的简单测试 和应用。框架实现了基于消息的TCP网络通信,(避免了TCP的数据“粘连”问题)并进 行了封装,封装后的界面iocpapi.h非常简洁,应用程序代码只需要简单包含 iocpapi.h,就可以实现自己的网络应用.具体例子可以参考server和client代码提供 的两个类分别用于服务器端和客户端(一般来说客户端不用管理大量连接,所以有点 杀鸡用牛刀的味道,不过为了和服务器对应,应该使用该客户端,除非你自己实现 框架的消息格式)-based on the TCP port to complete network communication Framework Project iocp contains the framework for the realization of all generation code, the server and client is the framework of a simple test and application. Framework based on the news of TCP network communication, (to the TCP data "adhesion") and the Packaging, Packaging iocpapi.h the interface is very simple, Applications need only simple code contains iocpapi.h. can realize its own network application. Specific examples can reference server and client code for the 2 categories respectively for a server and the client (the client generally do not have a large number of link management, So it cracking a nut with a sledgehammer to the taste, but for the corresponding server, you should use the client. Unless you are th
Platform: | Size: 47104 | Author: tanglongsh | Hits:

[TCP/IP stackTCPS

Description: 基于TCP协议的服务器端的VC++源码。对初学TCP/IP协议的人有很大的帮助。-based on the TCP server VC source. Right novice TCP/IP Protocol there is a great help.
Platform: | Size: 6144 | Author: 朱铮 | Hits:

[CSharpTCPServerTEST

Description: 测试.NET FRAMWORKS下的TCP/IP 服务器编程-test.NET FRAMWORKS under the TCP/IP Server Programming
Platform: | Size: 24576 | Author: bruce lei | Hits:

[Internet-NetworkDesktopService

Description: 自己写TCP服务器代码,线程池,日志记录,TCP模式,很稳定。ORACLE的OCI接口-wrote TCP server code, thread pool, the log records, TCP model, a very stable. Oracle OCI interface
Platform: | Size: 5991424 | Author: wangtao | Hits:

[Internet-NetworkMySimpleTcpServerSrc

Description: 一个简单的TCP服务器端程序,帮助初学者了解网络编程的基本过程-a simple TCP server procedures to help beginners understand the basic network programming process
Platform: | Size: 19456 | Author: 严磊 | Hits:

[Windows CETCPServer

Description: WinCE下利用TCP进行网络通讯的例子,服务器端,供大家参考
Platform: | Size: 45056 | Author: lhl | Hits:

[JSP/JavaTCP

Description: 这个程序实现的是TCP协议和UDP,其中TCP这个程序通过一个服务器端软件来沟通客户端之间的传输-Realize this procedure is the TCP protocol and UDP, which TCP this process through a server-side software to communicate between client transmission
Platform: | Size: 3072 | Author: 黄卫立 | Hits:

[Internet-Networktcp_server

Description: 自己编写的高质量tcp服务器代码,适合用于创建自己的TCP服务器-Their own high-quality prepared tcp server code, suitable for use to create your own TCP server
Platform: | Size: 4096 | Author: 赵建伟 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net